home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 10
/
BBS In A Box Volume X (AMUG) (January 1994).bin
/
Files
/
Prog
/
T
/
Tri-Menu.cpt
/
New Pull Down.p
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-07-08
|
215 b
|
18 lines
|
[
TEXT/PJMM
]
program New;
uses
Routines;
var
Picture: PicHandle;
Exit: Boolean;
begin
Exit := false;
WindowInit;
PrepArrows;
DrawFirstArrow;
repeat
DoEvents;
until Exit;
while (not button) do
begin
end;
end.